home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / next_inventory < prev    next >
Text File  |  2001-04-06  |  399b  |  15 lines

  1. SYNOPSIS
  2.         object next_inventory()
  3.         object next_inventory(object ob)
  4.  
  5. DESCRIPTION
  6.         Get next object in the same inventory as ob. If ob is not
  7.         given, the current object will be used.
  8.         
  9.         This efun is mostly used together with the efun
  10.         first_inventory().
  11.  
  12. SEE ALSO
  13.         first_inventory(E), all_inventory(E), environment(E),
  14.         deep_inventory(E)
  15.